home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / demo.exe / demo.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1996-05-11  |  128 b   |  7 lines

  1. on exitFrame
  2.   if not (the quickTimePresent) then
  3.     alert("QuickTime not found : please install it.")
  4.     quit()
  5.   end if
  6. end
  7.